home *** CD-ROM | disk | FTP | other *** search
- ; DemoScript for "How To Write AG"
- ; This script is written so as to be compatible (I hope!) with all
- ; versions of AmigaDOS so does not have some of the more refined
- ; features of AmigaDOS 2.0 and later
-
- ECHO "*ec*nPlease enter your name " NOLINE
-
- SETENV >Nil: YourName ?
-
- ECHO "*ec*nHi " NOLINE
- GETENV YourName
-
- ECHO "I am a script run from an Amigaguide document"
-
- ASK "*nPress RETURN to close this window"
-
- DELETE >Nil: Env:yourName ; DELETE used in lieu of UNSETENV so as to
- ; be compatible with earlier AmigaDOS versions
-
- ENDCLI